<script src="jquery-1.11.3.min.js" type="text/javascript"></script> 
<script src="store.js" type="text/javascript"></script> 
<script src="jquery.resizableColumns.js" type="text/javascript"></script>
<table id="myTable" border="1"> 
<thead> 
<tr> 
<th data-resizable-column-id="a"><input type="checkbox" /></th> 
<th data-resizable-column-id="b">Ŀ </th> 
<th data-resizable-column-id="c"> </th> 
<th data-resizable-column-id="d">״̬ </th> 
<th data-resizable-column-id="e">ѡ</th> 
</tr> 
</thead> 
<tbody> 
<tr> 
<td><input type="checkbox" /></td> 
<td>ഺռ</td> 
<td>2014ഺռ </td> 
<td>ύ </td> 
<td></td> 
</tr> 
<tr> 
<td><input type="checkbox" /></td> 
<td>Һͺӵĳɳ</td> 
<td>ɳ </td> 
<td>ͨ </td> 
<td></td> 
</tr> 
</tbody> 
</table> 
<script type="text/javascript"> 
$(function(){ 
$("#myTable").resizableColumns({ 
store: window.store 
}); 
}) 
</script> 
